projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf52c8
)
testgtk: remove dead code
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Aug 2011 23:40:24 +0000
(19:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 15 Aug 2011 23:40:24 +0000
(19:40 -0400)
tests/testgtk.c
patch
|
blob
|
history
diff --git
a/tests/testgtk.c
b/tests/testgtk.c
index 9586169749c2d96b6788b16671b41fb6a504cca9..2a962c599aa6ebd7001520912e4eb5e1a56b8f43 100644
(file)
--- a/
tests/testgtk.c
+++ b/
tests/testgtk.c
@@
-5430,17
+5430,6
@@
create_focus (GtkWidget *widget)
* GtkFontSelection
*/
-void
-font_selection_ok (GtkWidget *w,
- GtkFontSelectionDialog *fs)
-{
- gchar *s = gtk_font_selection_dialog_get_font_name (fs);
-
- g_print ("%s\n", s);
- g_free (s);
- gtk_widget_destroy (GTK_WIDGET (fs));
-}
-
void
create_font_selection (GtkWidget *widget)
{